home *** CD-ROM | disk | FTP | other *** search
- Short: UUen/decode for 68k and PPC, with source.
- Author: Gabriele Greco
- Uploader: ggreco@iol.it
- Type: util/arc
-
- This is a simple program to uuencode/decode, available for PPC and 68k.
- It's public domain and distributed with source.
-
- It's not particulary optimized, it's only a simple program I've made
- to begin to work with Sas/C PPC. (Thanks to Steve Krueger for this
- great compiler!)
-
- The PuP version It's 3 times quicker than the 68000 version on a 68060.
- I suggest to use it in conjunction with ElfLoadSeg to avoid the use of
- runelf/runppc.
-
- It has a standard AmigaOS interface, this is the program template:
-
- FILE,A=ENCODE/S,X=DECODE/S,TO=DEST/K
-
- Support also stdin for decoding and stdout for the encoding (useful with pipe)
-
- Some examples:
-
- gguucode pippo
- decodes the asci file "pippo" to the current directory (default operation is
- decoding).
-
- gguucode A dh1:file.lha
- Encode the ascii file dh1:file.lha to the standard output
-
- gguucode X pippo TO t:
- Decode the ASCII file "pippo" to the directory t:
-
- gguucode pippo TO ram:file
- Decode the file "pippo" to the file ram:file (the uuencoded file name is overridden).
-
-